home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / misc.LZH / lk201R4-2 < prev    next >
Text File  |  1991-08-05  |  1KB  |  38 lines

  1. ! DEC LK201 keyboard mapping for X11 Release 4 for the Amiga
  2. ! Make keypad "()/*" DEC PF1 through PF4, put "()/*" on the Left-Alt versions
  3. ! of those keys and swap the meaning of backspace and Del keys.
  4. keycode  98 = KP_F1
  5. keycode  99 = KP_F2
  6. keycode 100 = KP_F3
  7. keycode 101 = KP_F4
  8. keycode 226 = parenleft
  9. keycode 227 = parenright
  10. keycode 228 = KP_Divide
  11. keycode 229 = KP_Multiply
  12. keycode  73 = Delete
  13. keycode  78 = BackSpace
  14. ! DEC editing keypad on Left-Alt keypad 7,8,9/4,5,6
  15. ! the funny hex code for keycode 199 (0x1000FF00) is a DEC private keysym
  16. ! for their Remove function.
  17. keycode  197 = Find
  18. keycode  198 = Insert
  19. keycode  199 = 0x1000FF00
  20. keycode  181 = Select
  21. keycode  182 = Prior
  22. keycode  183 = Next
  23. ! F1 through F10 map to DEC F1 through F10 respectively, 
  24. ! Left-Alt F1 through F10 are DEC F11 through F20 respectively except for:
  25. ! Left-Alt F5 = Help (the key, not the modifier, that is Right-Amiga, see 
  26. ! .xmodmaprcMod5x) and 
  27. ! Left-Alt F6 = Menu ("Do" key on the DEC LK201 keyboard)
  28. keycode  220 = Help         Help
  29. keycode  221 = Menu         Menu  
  30. ! Reassign the Esc key to be the DEC Compose Character key for use in generating
  31. ! multi-key compose sequences for special characters.
  32. keycode  77 = Multi_key
  33. ! Keypad + is DEC keypad comma, keypad add when used with Left-Alt
  34. keycode 102 = KP_Separator
  35. ! Amiga Left-Alt is used for local access to the alternate (high) keymap, so
  36. ! define it as NoSymbol (all 0x00's).
  37. keycode 108 = NoSymbol
  38.